Skip to main content

Secure Key Storage

Type

library

Summary

Manage secure keys stored in protected storage

Description

This library allows the creation of secure keys stored in the OS protected storage.

Compatibility and Support

OS

mac

ios

android

Children Properties

Handler

NameSummarySyntax
securekeyCreateCreates a securekey in protected storagesecurekeyCreate(<pIdentifier>)
securekeyEncryptEncrypt a message using the securekey.securekeyEncrypt(<pIdentifier>,<pMessage>)
securekeyDecryptDecrypt an encrypted messagesecurekeyDecrypt(<pIdentifier>,<pEncryptedMessage>)
securekeyDeleteDelete a previously created securekey.securekeyDelete(<pIdentifier>)
securekeyExistsReturns true if a securekey with the given identifier already exists.securekeyExists(<pIdentifier>)